.w1520 {
  width: 15.2rem;
  margin: 0 auto;
  position: relative;
  font-size: 0;
}

@media (max-width: 1540px) {
  .w1520 {
    width: 80%;
  }
}

@media (max-width: 768px) {
  .w1520 {
    width: 92%;
  }
}

header {
  width: 100%;
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  top: 0;
  border-bottom: solid 1px #b5bfdc;
  padding-left: 0.8rem;
}

header .logo {
  display: inline-block;
  vertical-align: middle;
  width: 1.68rem;
}

header .logo a, header .logo img {
  width: 100%;
  height: 100%;
  display: block;
}

header nav {
  display: inline-block;
  vertical-align: middle;
  text-align: right;
  width: calc(100% - 1.7rem - 0.8rem - 0.8rem);
  font-size: 0;
}

header nav .natem {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin: 0 0.16rem;
}

header nav .natem .nas {
  width: auto;
  display: inline-block;
}

header nav .natem .nas a {
  display: inline-block;
  line-height: 0.8rem;
  color: #fff;
  padding: 0 0.2rem;
}

header nav .natem .navul {
  width: 1.6rem;
  position: absolute;
  z-index: 10;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  background: #fff;
  display: none;
}

header nav .natem .navul ul {
  width: 100%;
}

header nav .natem .navul ul li {
  width: 100%;
}

header nav .natem .navul ul li a {
  width: 100%;
  display: block;
  line-height: 3;
  color: #165195;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding: 0 0.1rem;
  background: #fff;
}

header nav .natem .navul ul li:hover a {
  background: #165195;
  color: #fff;
}

header nav .natem:after {
  content: ' ';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 2px;
  background: #fff;
  display: none;
}

header nav .natem.on:after {
  display: block;
}

header .mid {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  display: none;
  text-align: right;
}

header .mid .menu {
  display: inline-block;
  vertical-align: middle;
  width: 0.4rem;
  height: 0.4rem;
}

header .mid .menu img {
  width: 100%;
  height: 100%;
  display: block;
}

header .search {
  width: 0.8rem;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  text-align: center;
  height: 0.8rem;
  background: #165195;
}

header .search .icon {
  display: inline-block;
  vertical-align: middle;
  width: 0.2rem;
  height: 0.2rem;
  cursor: pointer;
  margin-top: 0.3rem;
}

header .search .icon img {
  width: 100%;
  height: 100%;
  display: block;
}

header .sear {
  width: 100%;
  font-size: 0;
  padding: 0.1rem 0.2rem;
  border-top: solid 1px #f6f6f6;
  display: none;
  position: absolute;
  left: 0;
  z-index: 1111;
  background: #fff;
}

header .sear form {
  width: 100%;
  font-size: 0;
  margin: 0 auto;
  max-width: 10rem;
  display: block;
}

header .sear .input {
  width: calc(100% - 2rem);
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  background: #f6f6f6;
}

header .sear .input input {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  background: #fff;
  background: #f6f6f6;
  color: #666666;
  font-size: calc(12px - 0.12rem + 0.16rem);
  line-height: 2.5;
  height: 2.5em;
  padding: 0 0.2rem;
  border: none;
}

header .sear .submxt {
  width: 2rem;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}

header .sear .submxt input {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  background: #165195;
  color: #fff;
  font-size: calc(12px - 0.12rem + 0.16rem);
  line-height: 2.5;
  padding: 0 0.2rem;
  border: none;
  text-align: center;
  cursor: pointer;
}

header .black {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 40;
  cursor: pointer;
}

@media (max-width: 1250px) {
  header nav {
    width: 60%;
    width: 5rem;
    position: fixed;
    right: 0;
    top: 0;
    height: 100vh;
    background-color: #fff;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    overflow: auto;
    z-index: 100;
    transform: translate(100%, 0);
    transition: transform .3s;
  }
  header nav .natem {
    width: 100%;
    position: relative;
    margin: 0;
    text-align: left;
    padding: 0 0.2rem;
  }
  header nav .natem .nas a {
    color: #333;
    line-height: 3.5;
  }
  header nav .natem .navul {
    width: 100%;
    position: relative;
    background: #fff;
  }
  header nav .natem .navul ul li {
    width: 100%;
  }
  header nav .natem .navul ul li a {
    color: #333;
    padding: 0 0.3rem;
    text-align: left;
    background: #fff;
  }
  header nav .natem.on:after {
    display: none;
  }
  header nav .natem.has-nav:after {
    content: "+";
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    position: absolute;
    background: none;
    right: 0;
    left: auto;
    transform: translateX(0);
    top: 0.1rem;
    font-size: 20px;
    color: #333;
  }
  header nav .natem.has-nav.show:after {
    content: "-";
  }
  header .mid {
    display: inline-block;
    vertical-align: middle;
    text-align: right;
    width: calc(100% - 2.51rem - 1rem);
    font-size: 0;
    padding-right: 0.24rem;
  }
  header.menu-state nav {
    transform: translate(0, 0);
  }
  header.menu-state .black {
    display: block;
  }
}

.banner {
  width: 100%;
  position: relative;
}

.banner .swiper-slide {
  width: 100%;
  display: block;
}

.banner .swiper-slide a, .banner .swiper-slide img {
  width: 100%;
  height: 100%;
  display: block;
}

.banner .swiper-pagination-bullet {
  width: 0.12rem;
  height: 0.12rem;
  opacity: 1;
  background: transparent;
  border: solid 1px #fff;
  margin: 0 0.1rem;
}

.banner .swiper-pagination-bullet-active {
  background: #fff;
}

.Abouts {
  width: 100%;
  padding: 0.8rem 0;
}

.Abouts .imgs {
  width: 100%;
  display: none;
  margin-bottom: 0.2rem;
}

.Abouts .imgs img {
  width: 100%;
  height: 100%;
  display: block;
}

.Abouts .en {
  width: 100%;
  color: #333;
  line-height: 1.5;
  margin-bottom: 0.2rem;
}

.Abouts .cn {
  width: 100%;
  color: #333;
  line-height: 1.5;
  margin-bottom: 0.2rem;
}

.Abouts .line {
  width: 100%;
  font-size: 0;
  margin: 0.3rem 0;
}

.Abouts .line span {
  display: inline-block;
  vertical-align: middle;
  background: #165195;
  height: 3px;
  width: 0.4rem;
}

.Abouts .aix {
  width: 100%;
  color: #666;
  line-height: 2;
  max-width: 5rem;
}

.Abouts .dates {
  width: 100%;
  margin: 0.5rem 0 0.6rem;
}

.Abouts .dates .date {
  display: inline-block;
  vertical-align: top;
  width: 2.2rem;
  text-align: center;
  padding: 0 0.1rem;
}

.Abouts .dates .date .num {
  width: auto;
  display: inline-block;
  font-weight: bold;
  color: #333;
  line-height: 1.3;
  position: relative;
}

.Abouts .dates .date .num:after {
  position: absolute;
  content: '+';
  right: -0.1rem;
  top: -0.1rem;
  font-size: 14px;
  font-weight: bold;
  color: #333;
}

.Abouts .dates .date .rv {
  width: 100%;
  color: #333;
  line-height: 1.6;
}

.Abouts .lates {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.Abouts .lates .late {
  flex: 1;
  background-image: url("../images/vg.png");
  background-size: 100% 100%;
  background-position: center;
  padding: 0.15rem 0.5rem;
  font-size: 0;
}

.Abouts .lates .late .icon {
  width: 0.7rem;
  height: 0.7rem;
  display: inline-block;
  vertical-align: middle;
  background-color: #f4f5f9;
  border: solid 1px #dbdde5;
  border-radius: 50%;
}

.Abouts .lates .late .icon img {
  width: 100%;
  height: 100%;
  display: block;
}

.Abouts .lates .late .lon {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 0.7rem);
  padding-left: 0.3rem;
}

.Abouts .lates .late .lon .lc {
  width: 100%;
  color: #333;
  line-height: 1.5;
}

.Abouts .lates .late .lon .le {
  width: 100%;
  color: #666;
  line-height: 1.5;
}

.Abouts .lates .late:hover {
  background-image: url("../images/vs.png");
  background-size: 100% 100%;
  background-position: center;
}

.Abouts .lates .late:hover .icon {
  background-color: #fff;
  border: solid 1px #fff;
}

.Abouts .lates .late:hover .lon .lc, .Abouts .lates .late:hover .lon .le {
  color: #fff;
}

@media (max-width: 768px) {
  .Abouts {
    background-image: none !important;
  }
  .Abouts .imgs {
    display: block;
    margin: 0.2rem  0;
  }
  .Abouts .aix {
    width: 100%;
    max-width: 100%;
  }
  .Abouts .dates {
    width: 100%;
  }
  .Abouts .dates .date {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 0.16rem;
  }
  .Abouts .dates .date:nth-child(2n) {
    margin-right: 0;
  }
  .Abouts .lates {
    width: 100%;
    display: block;
    font-size: 0;
  }
  .Abouts .lates .late {
    width: 100%;
    margin-bottom: 10px;
    max-width: 400px;
    border: solid 1px #eee;
    width: 31%;
    margin-right: 2%;
    display: inline-block;
    vertical-align: top;
    padding: 0.1rem;
  }
  .Abouts .lates .late .icon {
    display: none;
  }
  .Abouts .lates .late .lon {
    width: 100%;
    padding-left: 0;
  }
  .Abouts .lates .late:nth-child(3n) {
    margin-right: 0;
  }
}

.procen {
  width: 100%;
  background: #f5f5f5;
  padding: 0.5rem 0;
}

.procen .sits {
  width: 100%;
  text-align: center;
  padding-bottom: 0.46rem;
}

.procen .sits .en {
  width: 100%;
  color: #666;
  line-height: 1.5;
}

.procen .sits .cn {
  width: 100%;
  line-height: 1.6;
  color: #333;
  margin-bottom: 0rem;
}

.procen .proswiper {
  width: 100%;
  position: relative;
}

.procen .proswiper .swiper-slide {
  width: 100%;
  padding: 0.6rem;
  border-radius: 0.1rem;
  overflow: hidden;
  position: relative;
  min-height: 4.4rem;
}

.procen .proswiper .swiper-slide .tit {
  width: 100%;
  color: #333;
  line-height: 1.5;
  margin-bottom: 0.3rem;
}

.procen .proswiper .swiper-slide .tix {
  width: 100%;
  max-width: 3rem;
  color: #666;
  line-height: 2;
  margin-bottom: 0.4rem;
  -webkit-line-clamp: 3;
}

.procen .proswiper .swiper-slide .pro {
  position: absolute;
  z-index: 3;
  bottom: 0;
  right: 0;
  max-width: 60%;
  width: 60%;
}

.procen .proswiper .swiper-slide .pro img {
  width: 100%;
  height: 100%;
  display: block;
}

.procen .proswiper .swiper-slide .btn {
  width: 0.51rem;
  height: 0.51rem;
  display: block;
}

.procen .proswiper .swiper-slide .btn img {
  width: 100%;
  height: 100%;
  display: block;
}

.procen .proswiper .swiper-slide .btn img:first-child {
  display: block;
}

.procen .proswiper .swiper-slide .btn img:last-child {
  display: none;
}

.procen .proswiper .swiper-slide:hover .btn img:first-child {
  display: none;
}

.procen .proswiper .swiper-slide:hover .btn img:last-child {
  display: block;
}

.procen .proswiper .ptn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.6rem;
  height: 0.6rem;
  cursor: pointer;
  z-index: 13;
}

.procen .proswiper .ptn img {
  width: 100%;
  height: 100%;
  display: block;
}

.procen .proswiper .ptn img:first-child {
  display: block;
}

.procen .proswiper .ptn img:last-child {
  display: none;
}

.procen .proswiper .ptn:hover img:first-child {
  display: none;
}

.procen .proswiper .ptn:hover img:last-child {
  display: block;
}

.procen .proswiper .pl {
  left: -0.9rem;
}

.procen .proswiper .pr {
  right: -0.9rem;
}

@media (max-width: 1540px) {
  .procen .proswiper .pl {
    left: 0rem;
  }
  .procen .proswiper .pr {
    right: 0rem;
  }
  .procen .proswiper .swiper-container {
    margin: 0 3%;
    width: 94%;
  }
  .procen .proswiper .swiper-slide {
    padding: 0.4rem;
  }
  .procen .proswiper .swiper-slide .tit {
    width: 100%;
    text-align: center;
    font-size: 16px;
  }
  .procen .proswiper .swiper-slide .tix {
    -webkit-line-clamp: 2;
    display: none;
  }
  .procen .proswiper .swiper-slide .btn {
    display: none;
  }
  .procen .proswiper .swiper-slide .pro {
    width: 80%;
    position: relative;
    bottom: auto;
    right: auto;
    max-width: 80%;
    margin: 0.2rem auto 0;
  }
}

.news {
  width: 100%;
  background: #f5f5f5;
  padding-bottom: 0.5rem;
}

.news .newtop {
  width: 100%;
  font-size: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.2rem;
  margin-bottom: 0.4rem;
}

.news .newtop .nit {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1.5;
}

.news .newtop .navs {
  width: auto;
  font-size: 0;
  display: inline-block;
  vertical-align: middle;
}

.news .newtop .navs .nvs {
  display: inline-block;
  vertical-align: middle;
  line-height: 3;
  position: relative;
  color: #666;
  cursor: pointer;
  margin: 0 0.14rem;
}

.news .newtop .navs .nvs:after {
  content: ' ';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0.3rem;
  background: #165195;
  height: 4px;
  display: none;
}

.news .newtop .navs .nvs.on {
  color: #165195;
}

.news .newtop .navs .nvs.on:after {
  display: block;
}

.news .newipers {
  width: 100%;
}

.news .newipers .newem {
  width: 100%;
  display: none;
}

.news .newipers .newem .swiper-container {
  padding-bottom: 0.5rem;
}

.news .newipers .newem .swiper-pagination {
  bottom: 0;
}

.news .newipers .newem .swiper-slide {
  width: 100%;
}

.news .newipers .newem .swiper-slide .img {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-top: 67%;
  margin-bottom: 0.2rem;
}

.news .newipers .newem .swiper-slide .img a, .news .newipers .newem .swiper-slide .img img {
  width: 100%;
  height: 100%;
  display: block;
  transition: all ease 0.3s;
}

.news .newipers .newem .swiper-slide .img .play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0.65rem;
  height: 0.65rem;
}

.news .newipers .newem .swiper-slide .img .play img {
  width: 100%;
  height: 100%;
  display: block;
}

.news .newipers .newem .swiper-slide .st {
  width: 100%;
  line-height: 1.5;
  margin-bottom: 0.1rem;
  color: #333;
}

.news .newipers .newem .swiper-slide .sx {
  width: 100%;
  line-height: 1.5;
  color: #999;
  height: 3em;
  margin-bottom: 0.2rem;
}

.news .newipers .newem .swiper-slide .time {
  width: 100%;
  line-height: 1.5;
  color: #999;
}

.news .newipers .newem .swiper-slide:hover .img img {
  transform: scale(1.1);
}

.news .newipers .newem .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: transparent;
  border: solid 1px #999;
  opacity: 1;
}

.news .newipers .newem .swiper-pagination-bullet-active {
  background: #165195;
  border: solid 1px #165195;
}

.news .newipers .newem.on {
  display: block;
}

.system {
  width: 100%;
  padding-top: 0;
  background: #f6f6f6;
  padding-bottom: 0;
}

.system .sits {
  width: 100%;
  text-align: center;
  padding-top: 0.6rem;
  background: #fff;
  padding-bottom: 0.46rem;
}

.system .sits .en {
  width: 100%;
  color: #666;
  line-height: 1.5;
}

.system .sits .cn {
  width: 100%;
  line-height: 1.6;
  color: #333;
  margin-bottom: 0rem;
}

.system .sysem {
  width: 100%;
  position: relative;
}

.system .imgsiper {
  width: 100%;
}

.system .imgsiper .swiper-slide {
  width: 100%;
}

.system .imgsiper .swiper-slide img {
  width: 100%;
  height: 100%;
  display: block;
}

.system .sysiper {
  width: 100%;
  position: absolute;
  z-index: 5;
  height: 100%;
  display: block;
  left: 0;
  top: 0;
}

.system .sysiper .swiper-container {
  height: 100%;
}

.system .sysiper .w1520 {
  height: 100%;
}

.system .sysiper .swiper-slide {
  width: 100%;
  height: 100%;
  transition: all ease 0.3s;
  background: rgba(22, 81, 149, 0);
}

.system .sysiper .swiper-slide a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.system .sysiper .swiper-slide .sox {
  width: 70%;
}

.system .sysiper .swiper-slide .sox .sit {
  width: 100%;
  color: #fff;
  line-height: 1.5;
  text-align: center;
}

.system .sysiper .swiper-slide .sox .add {
  width: 0.51rem;
  height: 0.51rem;
  display: block;
  margin: 0 auto 0.14rem;
}

.system .sysiper .swiper-slide .sox .add img {
  width: 100%;
  height: 100%;
  display: block;
}

.system .sysiper .swiper-slide.on {
  background-image: url("../images/bmssss.png");
  background-position: center;
  background-size: cover;
}

.system .syscons {
  width: 100%;
}

.system .syscons .scons {
  width: 100%;
  background: #fff;
  border-radius: 6px;
  padding: 0.4rem;
  font-size: 0;
  position: relative;
  z-index: 10;
  top: -0.6rem;
  display: none;
}

.system .syscons .scons .img {
  display: inline-block;
  vertical-align: middle;
  width: 4.5rem;
}

.system .syscons .scons .img img {
  width: 100%;
  height: 100%;
  display: block;
}

.system .syscons .scons .sl {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 2.5rem - 4.5rem);
  padding-right: 0.2rem;
  padding-left: 0.3rem;
}

.system .syscons .scons .sl .siv {
  width: 100%;
  line-height: 1.5;
  color: #333;
}

.system .syscons .scons .sl .line {
  width: 100%;
  font-size: 0;
  margin: 0.26rem 0;
}

.system .syscons .scons .sl .line span {
  display: inline-block;
  vertical-align: middle;
  width: 0.45rem;
  height: 4px;
  background: #0054a3;
}

.system .syscons .scons .sl .sx {
  width: 100%;
  color: #666;
  line-height: 1.5;
  height: 3em;
}

.system .syscons .scons .sr {
  width: 2.5rem;
  display: inline-block;
  vertical-align: middle;
}

.system .syscons .scons .sr .more {
  width: 100%;
  font-size: 0;
  margin-top: 0.3rem;
  text-align: right;
}

.system .syscons .scons .sr .more a {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  background-image: url("../images/vs.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0 0.36rem;
  color: #fff;
  line-height: 3.2;
}

.system .syscons .scons .sr .more a i {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.14rem;
  position: relative;
  top: -0.03rem;
  width: 0.12rem;
}

.system .syscons .scons .sr .more a i img {
  width: 100%;
  height: 100%;
  display: block;
}

.system .syscons .scons.on {
  display: block;
}

.system .stn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.6rem;
  height: 0.6rem;
  cursor: pointer;
  z-index: 13;
}

.system .stn img {
  width: 100%;
  height: 100%;
  display: block;
}

.system .stn img:first-child {
  display: block;
}

.system .stn img:last-child {
  display: none;
}

.system .stn:hover img:first-child {
  display: none;
}

.system .stn:hover img:last-child {
  display: block;
}

.system .sl {
  left: 0.3rem;
}

.system .sr {
  right: 0.3rem;
}

@media (max-width: 770px) {
  .system .sysiper .swiper-slide .sox .sit {
    margin-bottom: 0.2rem;
  }
  .system .sysiper .swiper-slide .sox .line {
    display: none;
  }
  .system .syscons .scons {
    top: 0;
    margin-top: 0.16rem;
  }
}

footer {
  width: 100%;
  background: #222222;
}

footer .ftop {
  width: 100%;
  padding: 0.7rem 0;
  font-size: 0;
}

footer .ftop .ftl {
  display: inline-block;
  vertical-align: top;
  width: calc((360 / 1520) * 100%);
}

footer .ftop .ftl .dogo {
  width: 100%;
  margin-bottom: 0.3rem;
}

footer .ftop .ftl .dogo a, footer .ftop .ftl .dogo img {
  width: 100%;
  height: 100%;
  display: block;
  width: 2.26rem;
}

footer .ftop .ftl .share {
  width: 100%;
  font-size: 0;
}

footer .ftop .ftl .share .sas {
  display: inline-block;
  vertical-align: top;
  position: relative;
}

footer .ftop .ftl .share .sas a {
  display: inline-block;
  vertical-align: top;
  width: 0.55rem;
  height: 0.55rem;
  opacity: 0.6;
  border: solid 1px #fff;
  border-radius: 50%;
  transition: all ease 0.3s;
  margin-right: 0.14rem;
  position: relative;
}

footer .ftop .ftl .share .sas a img {
  width: 100%;
  height: 100%;
  display: block;
}

footer .ftop .ftl .share .sas a:hover {
  opacity: 1;
}

footer .ftop .ftl .share .sas .code {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 1.6rem;
  height: 1.6rem;
  bottom: 100%;
  display: none;
}

footer .ftop .ftl .share .sas .code img {
  width: 100%;
  height: 100%;
  display: block;
}

footer .ftop .ftl .share .sas:hover .code {
  display: block;
}

footer .ftop .ftr {
  display: inline-block;
  vertical-align: top;
  width: calc((1159 / 1520) * 100%);
  text-align: right;
  font-size: 0;
}

footer .ftop .ftr .flist {
  display: inline-block;
  vertical-align: top;
  width: calc((230 / 1159) * 100%);
  text-align: left;
}

footer .ftop .ftr .flist .ftip {
  width: 100%;
  color: #fff;
  line-height: 1.5;
}

footer .ftop .ftr .flist .line {
  width: 100%;
  margin: 0.2rem 0;
  color: #4b4b4b;
  line-height: 1.5;
}

footer .ftop .ftr .flist .line span {
  display: inline-block;
  vertical-align: middle;
  color: #4b4b4b;
  line-height: 1.5;
}

footer .ftop .ftr .flist .ful {
  width: 100%;
}

footer .ftop .ftr .flist .ful a {
  display: block;
  line-height: 1.8;
  color: #a9a9a9;
}

footer .ftop .ftr .flist .ful a:hover {
  color: #fff;
}

footer .fbot {
  width: 100%;
  border-top: solid 1px #393939;
  padding: 0.12rem 0;
}

footer .fbot .bot {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

footer .fbot .bx {
  width: auto;
  color: #a9a9a9;
  line-height: 1.6;
}

footer .fbot .bav {
  width: auto;
  font-size: 0;
}

footer .fbot .bav a {
  display: inline-block;
  vertical-align: middle;
  color: #a9a9a9;
  line-height: 1.6;
  margin: 0 0.08rem 0;
}

@media (max-width: 768px) {
  footer .ftop {
    width: 100%;
    padding: 0.4rem 0 0.2rem;
  }
  footer .ftop .ftl {
    width: 100%;
    padding-bottom: 0.3rem;
  }
  footer .ftop .ftr {
    width: 100%;
  }
  footer .ftop .ftr .flist {
    width: 100%;
    margin-bottom: 0.2rem;
  }
  footer .ftop .ftr .flist .ftip {
    margin-bottom: 0.1rem;
  }
  footer .ftop .ftr .flist .line {
    display: none;
  }
  footer .ftop .ftr .flist .ful {
    width: 100%;
    font-size: 0;
  }
  footer .ftop .ftr .flist .ful a {
    display: inline-block;
    vertical-align: top;
    width: auto;
    margin-right: 0.2rem;
    margin-bottom: 0.1rem;
  }
  footer .fbot {
    width: 100%;
  }
}

.nanner {
  width: 100%;
  position: relative;
}

.nanner .img {
  width: 100%;
}

.nanner .img img {
  width: 100%;
  height: 100%;
  display: block;
}

.nanner .nox {
  position: absolute;
  z-index: 5;
  left: calc((200 / 1920) * 100%);
  top: calc( 50% + 0.4rem);
  transform: translateY(-50%);
}

.nanner .nox .cn {
  width: 100%;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 0.14rem;
}

.nanner .nox .en {
  width: 100%;
  line-height: 1.5;
  color: #ffff;
}

@media (max-width: 1540px) {
  .nanner .nox {
    left: 3%;
  }
}

.nanbar {
  width: 100%;
  background: #fff;
  font-size: 0;
  border-bottom: solid 1px #eee;
}

.nanbar .nal {
  width: 5rem;
  display: inline-block;
  vertical-align: middle;
}

.nanbar .nal .home {
  display: inline-block;
  vertical-align: middle;
  width: 0.2rem;
  height: 0.2rem;
  margin-right: 0.14rem;
}

.nanbar .nal .home img {
  width: 100%;
  height: 100%;
  display: block;
}

.nanbar .nal .nts {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  color: #999;
  line-height: 3.5;
  margin-right: 0.16rem;
}

.nanbar .nal .nts span {
  color: #999;
  display: inline-block;
  vertical-align: middle;
  line-height: 3.5;
  margin-left: 0.16rem;
}

.nanbar .nal .nts:last-child {
  color: #165195;
}

.nanbar .nal .nts:last-child span {
  display: none;
}

.nanbar .nar {
  width: calc(100% - 5rem);
  display: inline-block;
  vertical-align: middle;
}

.nanbar .nar .swiper-wrapper {
  justify-content: flex-end;
}

.nanbar .nar .swiper-slide {
  width: auto;
}

.nanbar .nar .swiper-slide a {
  display: block;
  line-height: 3.2;
  color: #666;
  padding: 0 0.3rem;
}

.nanbar .nar .swiper-slide.on a {
  background: #165195;
  color: #fff;
}

@media (max-width: 900px) {
  .nanbar .nal {
    width: 100%;
    padding: 0.16rem 0;
  }
  .nanbar .nar {
    width: 100%;
  }
  .nanbar .nar .swiper-wrapper {
    justify-content: flex-start;
  }
}

.contacts {
  width: 100%;
  padding: 0.7rem 0;
  background: #f5f5f5;
}

.contacts .cit {
  width: 100%;
  line-height: 1.5;
  margin-bottom: 0.4rem;
  color: #333;
}

.contacts .contem {
  width: 100%;
  font-size: 0;
}

.contacts .contem .col {
  display: inline-block;
  vertical-align: top;
  width: calc(( 468 / 1520) * 100%);
  padding-right: 0.2rem;
}

.contacts .contem .col .colist {
  width: 100%;
}

.contacts .contem .col .colist .cli {
  width: 100%;
  font-size: 0;
  margin: 0.2rem 0;
}

.contacts .contem .col .colist .cli .icon {
  display: inline-block;
  vertical-align: middle;
  width: 0.36rem;
  height: 0.36rem;
}

.contacts .contem .col .colist .cli .icon img {
  width: 100%;
  height: 100%;
  display: block;
}

.contacts .contem .col .colist .cli .name {
  width: 50px;
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1.5;
  text-align: center;
}

.contacts .contem .col .colist .cli .line {
  width: 0.2rem;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.15rem;
}

.contacts .contem .col .colist .cli .line span {
  display: inline-block;
  vertical-align: middle;
  width: 0.2rem;
  height: 2px;
  background: #bfbfbf;
}

.contacts .contem .col .colist .cli .cos {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 0.36rem - 50px - 0.2rem - 0.3rem);
}

.contacts .contem .col .colist .cli .cos .li {
  width: 100%;
  display: block;
  color: #666;
  line-height: 1.5;
}

.contacts .contem .col .colist .cli .cos .li + .li {
  margin-top: 0.16rem;
}

.contacts .contem .col .colist .cli .cos .img {
  width: 1.3rem;
  height: 1.3rem;
}

.contacts .contem .col .colist .cli .cos .img img {
  width: 100%;
  height: 100%;
  display: block;
}

.contacts .contem .cor {
  display: inline-block;
  vertical-align: top;
  width: calc(( 1050 / 1520) * 100%);
}

.contacts .contem .cor .map {
  width: 100%;
}

.contacts .contem .cor .map img {
  width: 100%;
  height: 100%;
  display: block;
}

.research {
  width: 100%;
  padding: 0.6rem 0;
  background: #fff;
}

.research .cit {
  width: 100%;
  line-height: 1.5;
  margin-bottom: 0.4rem;
  color: #333;
}

.research .video {
  width: 100%;
  height: 6rem;
  display: block;
  margin-bottom: 0.4rem;
}

.research .video iframe {
  width: 100%;
  height: 6rem;
}

.research .video video {
  width: 100%;
  height: 6rem;
}

.research .reson {
  width: 100%;
  font-size: calc(12px - 0.12rem + 0.16rem);
  line-height: 2;
  color: #666;
}

.research .reson p {
  font-size: calc(12px - 0.12rem + 0.16rem);
  line-height: 2;
  color: #666;
}

.research .reson img {
  max-width: 100%;
}

.research.f8 {
  background: #f8f8f8;
}

.newiper {
  width: 100%;
  background: #fff;
  padding: 0.5rem 0;
}

.newiper .swiper-slide {
  width: 100%;
  font-size: 0;
}

.newiper .swiper-slide .img {
  display: inline-block;
  vertical-align: middle;
  width: calc(( 680 / 1520) * 100%);
  position: relative;
  overflow: hidden;
}

.newiper .swiper-slide .img img {
  width: 100%;
  height: 100%;
  display: block;
  transition: all  ease 0.3s;
}

.newiper .swiper-slide .img .play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0.65rem;
  height: 0.65rem;
}

.newiper .swiper-slide .img .play img {
  width: 100%;
  height: 100%;
  display: block;
}

.newiper .swiper-slide .nern {
  display: inline-block;
  vertical-align: middle;
  width: calc(( 839 / 1520) * 100%);
  padding-left: 0.5rem;
}

.newiper .swiper-slide .nern .nit {
  width: 100%;
  color: #333;
  line-height: 1.4;
  margin-bottom: 0.2rem;
}

.newiper .swiper-slide .nern .ntv {
  width: 100%;
  font-size: 0;
  margin: 0.3rem 0;
}

.newiper .swiper-slide .nern .ntv .ns {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.24rem;
  color: #999;
  line-height: 1.5;
}

.newiper .swiper-slide .nern .ntv .ns span {
  display: inline-block;
  vertical-align: middle;
  width: 0.2rem;
  height: 0.2rem;
  margin-right: 0.1rem;
}

.newiper .swiper-slide .nern .ntv .ns span img {
  width: 100%;
  height: 100%;
  display: block;
}

.newiper .swiper-slide .nern .nix {
  width: 100%;
  color: #777777;
  line-height: 1.5;
  height: 3em;
  margin-bottom: 0.3rem;
}

.newiper .swiper-slide .nern .more {
  width: 100%;
  font-size: 0;
}

.newiper .swiper-slide .nern .more a {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  color: #165195;
  line-height: 1.5;
}

.newiper .swiper-slide .nern .line {
  width: 100%;
  display: block;
  border-top: solid 1px #e7e7e7;
  margin: 0.26rem 0;
}

.newiper .swiper-slide .nern .bot {
  width: 100%;
  font-size: 0;
}

.newiper .swiper-slide .nern .bot .btns {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.2rem;
  position: relative;
  z-index: 3;
  width: 0.46rem;
  height: 0.46rem;
  cursor: pointer;
  background: #bbbbbb;
}

.newiper .swiper-slide .nern .bot .btns img {
  width: 100%;
  height: 100%;
  display: block;
}

.newiper .swiper-slide .nern .bot .btns:hover {
  background: #165195;
}

.newiper .swiper-pagination {
  width: auto;
  right: 0;
  left: auto;
  bottom: 0.7rem;
}

.newiper .swiper-pagination-bullet-active {
  background: #165195;
}

@media (max-width: 768px) {
  .newiper .swiper-pagination {
    width: 100%;
    text-align: center;
    bottom: 0.1rem;
  }
}

.newts {
  width: 100%;
  background: #f5f5f5;
  padding: 0.5rem 0;
}

.newts .newtslis {
  width: 100%;
  font-size: 0;
}

.newts .newtslis .newsm {
  display: inline-block;
  vertical-align: top;
  width: calc(( 492 / 1520) * 100%);
  margin-right: calc(( 21 / 1520) * 100%);
  margin-bottom: 0.2rem;
}

.newts .newtslis .newsm a {
  width: 100%;
  display: block;
}

.newts .newtslis .newsm .img {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-top: 67%;
  margin-bottom: 0.2rem;
}

.newts .newtslis .newsm .img a, .newts .newtslis .newsm .img img {
  width: 100%;
  height: 100%;
  display: block;
  transition: all ease 0.3s;
}

.newts .newtslis .newsm .img .play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0.65rem;
  height: 0.65rem;
}

.newts .newtslis .newsm .img .play img {
  width: 100%;
  height: 100%;
  display: block;
}

.newts .newtslis .newsm .st {
  width: 100%;
  line-height: 1.5;
  margin-bottom: 0.1rem;
  color: #333;
}

.newts .newtslis .newsm .sx {
  width: 100%;
  line-height: 1.5;
  color: #999;
  height: 3em;
  margin-bottom: 0.2rem;
}

.newts .newtslis .newsm .time {
  width: 100%;
  line-height: 1.5;
  color: #999;
}

.newts .newtslis .newsm:hover .img img {
  transform: scale(1.1);
}

.newts .newtslis .newsm:nth-child(3n) {
  margin-right: 0;
}

.newts .newtslis.four .newsm {
  width: calc(( 361  / 1520) * 100%);
  margin-right: calc(( 24  / 1520) * 100%);
}

.newts .newtslis.four .newsm:nth-child(4n) {
  margin-right: 0;
}

.pages {
  width: 100%;
  padding: 0.3rem 0;
  text-align: center;
  font-size: 0;
}

.pages .page {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0.1rem;
  width: 0.46rem;
  height: 0.46rem;
  line-height: 0.46rem;
  text-align: center;
  color: #666;
  background: #fff;
  margin: 0 0.1rem 0.1rem;
}

.pages .page img {
  width: 100%;
  height: 100%;
  display: block;
}

.pages .page img:first-child {
  display: block;
}

.pages .page img:last-child {
  display: none;
}

.pages .page:hover {
  background: #165195;
  color: #fff;
}

.pages .page:hover img:first-child {
  display: none;
}

.pages .page:hover img:last-child {
  display: block;
}

.pages .page.on {
  background: #165195;
  color: #fff;
}

.pages .page.on img:first-child {
  display: none;
}

.pages .page.on img:last-child {
  display: block;
}

.newdetail {
  width: 100%;
  padding: 0.6rem 0;
  background: #f5f5f5;
}

.newdetail .detail {
  width: 100%;
  background: #fff;
  padding: 0.4rem 0.6rem;
}

.newdetail .detail .git {
  width: 100%;
  color: #333;
  line-height: 1.5;
  margin-bottom: 0.2rem;
  text-align: left;
}

.newdetail .detail .gav {
  width: 100%;
  font-size: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.newdetail .detail .gav .av {
  width: auto;
  font-size: 0;
}

.newdetail .detail .gav .av .ns {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.24rem;
  color: #999;
  line-height: 1.5;
}

.newdetail .detail .gav .av .ns span {
  display: inline-block;
  vertical-align: middle;
  width: 0.2rem;
  height: 0.2rem;
  margin-right: 0.1rem;
}

.newdetail .detail .gav .av .ns span img {
  width: 100%;
  height: 100%;
  display: block;
}

.newdetail .detail .gav .share {
  width: auto;
  font-size: 0;
}

.newdetail .detail .gav .share span {
  display: inline-block;
  vertical-align: middle;
  color: #999;
  line-height: 1.5;
}

.newdetail .detail .gav .share a {
  display: inline-block;
  vertical-align: middle;
  width: 0.3rem;
  height: 0.3rem;
  margin-right: 0.2rem;
}

.newdetail .detail .gav .share a img {
  width: 100%;
  height: 100%;
  display: block;
}

.newdetail .detail .gav .share a img:first-child {
  display: block;
}

.newdetail .detail .gav .share a img:last-child {
  display: none;
}

.newdetail .detail .gav .share a:hover img:first-child {
  display: none;
}

.newdetail .detail .gav .share a:hover img:last-child {
  display: block;
}

.newdetail .detail .gons {
  width: 100%;
  border-top: solid 1px #ececec;
  border-bottom: solid 1px #ececec;
  padding: 0.4rem 0;
  font-size: calc(12px - 0.12rem + 0.18rem);
  line-height: 1.5;
  color: #666;
  margin: 0.2rem 0;
}

.newdetail .detail .gons p {
  font-size: calc(12px - 0.12rem + 0.18rem);
  line-height: 2;
  color: #666;
}

.newdetail .detail .gons img {
  max-width: 100%;
}

.newdetail .detail .got {
  width: 100%;
  padding: 0.1rem 0;
  font-size: 0;
}

.newdetail .detail .got .gl {
  width: calc(100% - 2rem);
  display: inline-block;
  vertical-align: middle;
}

.newdetail .detail .got .gl .ga {
  width: 100%;
  line-height: 2;
  margin: 0.1rem 0;
  display: block;
  color: #666;
}

.newdetail .detail .got .gl .ga:hover {
  color: #165195;
}

.newdetail .detail .got .gr {
  width: 2rem;
  display: inline-block;
  vertical-align: middle;
  text-align: right;
}

.newdetail .detail .got .gr .more {
  display: inline-block;
  vertical-align: middle;
  background: transparent;
  color: #165195;
  line-height: 3;
  padding: 0 0.3rem;
  width: auto;
  white-space: nowrap;
  border: solid 1px #ececec;
}

.newdetail .detail .got .gr .more span {
  display: inline-block;
  vertical-align: middle;
  width: 0.12rem;
  height: 0.12rem;
  margin-left: 0.1rem;
  position: relative;
  top: -0.02rem;
}

.newdetail .detail .got .gr .more span img {
  width: 100%;
  height: 100%;
  display: block;
}

.newdetail .detail .got .gr .more span img:first-child {
  display: block;
}

.newdetail .detail .got .gr .more span img:last-child {
  display: none;
}

.newdetail .detail .got .gr .more:hover {
  border: solid 1px #165195;
  background: #165195;
  color: #fff;
}

.newdetail .detail .got .gr .more:hover span img:first-child {
  display: none;
}

.newdetail .detail .got .gr .more:hover span img:last-child {
  display: block;
}

.honnrs {
  width: 100%;
  padding: 0.6rem 0;
  background: #f5f5f5;
}

.honnrs .honnrlis {
  width: 100%;
  font-size: 0;
}

.honnrs .honnrlis .howsm {
  width: calc((361 / 1520) * 100%);
  display: inline-block;
  vertical-align: top;
  margin-bottom: 0.2rem;
  background: #fff;
  margin-right: calc(( 24  / 1520) * 100%);
}

.honnrs .honnrlis .howsm .img {
  width: 100%;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  background: #fff;
  height: 3.6rem;
  justify-content: center;
}

.honnrs .honnrlis .howsm .img img {
  display: block;
  transition: all ease 0.3s;
  max-width: 100%;
  max-height: 100%;
}

.honnrs .honnrlis .howsm .st {
  width: 100%;
  text-align: center;
  border-top: solid 1px #eee;
  line-height: 3;
}

.honnrs .honnrlis .howsm:hover .img img {
  transform: scale(1.1);
}

.honnrs .honnrlis .howsm:nth-child(4n) {
  margin-right: 0;
}

.honnrs .honsiper {
  width: 100%;
  padding-bottom: 1.6rem;
  margin-bottom: 0.5rem;
}

.honnrs .honsiper .hiper {
  width: 100%;
  position: relative;
}

.honnrs .honsiper .swiper-slide {
  width: 100%;
  width: 4rem;
}

.honnrs .honsiper .swiper-slide .img {
  width: 100%;
  position: relative;
  transform: scale(0.9);
  transition: all ease 0.3s;
  background-image: none !important;
}

.honnrs .honsiper .swiper-slide .img img {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  top: 0;
  left: 0;
}

.honnrs .honsiper .swiper-container {
  width: 90%;
  margin: 0 auto;
  padding: 0.5rem 0;
}

.honnrs .honsiper .swiper-slide-active .img {
  transform: scale(1.1);
}

.honnrs .honsiper .ptn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.6rem;
  height: 0.6rem;
  cursor: pointer;
  z-index: 13;
}

.honnrs .honsiper .ptn img {
  width: 100%;
  height: 100%;
  display: block;
}

.honnrs .honsiper .ptn img:first-child {
  display: block;
}

.honnrs .honsiper .ptn img:last-child {
  display: none;
}

.honnrs .honsiper .ptn:hover img:first-child {
  display: none;
}

.honnrs .honsiper .ptn:hover img:last-child {
  display: block;
}

.honnrs .honsiper .pl {
  left: 0rem;
}

.honnrs .honsiper .pr {
  right: 0rem;
}

@media (max-width: 768px) {
  .honnrs .honsiper .swiper-slide .img {
    display: block;
    margin: 0 auto;
  }
  .honnrs .honsiper .swiper-slide-active .img {
    transform: scale(1);
  }
}

.procens {
  width: 100%;
  padding: 0.6rem 0;
  background: #f5f5f5;
}

.procens .pronav {
  width: 100%;
  font-size: 0;
  text-align: center;
  margin-bottom: 0.2rem;
}

.procens .pronav .swiper-slide {
  width: auto;
  margin: 0 0.1rem;
}

.procens .pronav .pram {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.1rem 0.1rem;
  background-color: #ffffff;
  border: solid 1px #edeef3;
  line-height: 3.2;
  padding: 0 0.2rem;
  width: auto;
}

.procens .pronav .pram:hover, .procens .pronav .pram.on {
  background: #165195;
  color: #ffff;
}

.procens .prolist {
  width: 100%;
  font-size: 0;
}

.procens .prolist .prtem {
  width: calc((745  / 1520) * 100%);
  display: inline-block;
  vertical-align: top;
  margin-right: calc((29  / 1520) * 100%);
  margin-bottom: 0.3rem;
  padding: 0.6rem;
  border-radius: 0.1rem;
  overflow: hidden;
  position: relative;
  min-height: 4.4rem;
}

.procens .prolist .prtem .tit {
  width: 100%;
  color: #333;
  line-height: 1.5;
  margin-bottom: 0.3rem;
}

.procens .prolist .prtem .tix {
  width: 100%;
  max-width: 3rem;
  color: #666;
  line-height: 2;
  margin-bottom: 0.4rem;
  -webkit-line-clamp: 3;
}

.procens .prolist .prtem .pro {
  position: absolute;
  z-index: 3;
  bottom: 0;
  right: 0;
  max-width: 60%;
  width: 60%;
}

.procens .prolist .prtem .pro img {
  width: 100%;
  height: 100%;
  display: block;
}

.procens .prolist .prtem .btn {
  width: 0.51rem;
  height: 0.51rem;
  display: block;
}

.procens .prolist .prtem .btn img {
  width: 100%;
  height: 100%;
  display: block;
}

.procens .prolist .prtem .btn img:first-child {
  display: block;
}

.procens .prolist .prtem .btn img:last-child {
  display: none;
}

.procens .prolist .prtem:hover .btn img:first-child {
  display: none;
}

.procens .prolist .prtem:hover .btn img:last-child {
  display: block;
}

.procens .prolist .prtem:nth-child(2n) {
  margin-right: 0;
}

@media (max-width: 768px) {
  .procens .prolist .prtem .tix {
    -webkit-line-clamp: 2;
  }
  .procens .prolist .prtem .pro {
    width: 50%;
    bottom: 0.2rem;
    right: 0.2rem;
  }
}

.prodetail {
  width: 100%;
  padding: 0.6rem 0;
  background: #f5f5f5;
}

.prodetail .petail {
  width: 100%;
  background: #fff;
  padding: 0.5rem;
}

.prodetail .petail .pit {
  width: 100%;
  padding-left: 0.2rem;
  position: relative;
  line-height: 1.5;
  margin-bottom: 0.3rem;
  color: #333;
}

.prodetail .petail .pit:before {
  content: ' ';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  background: #165195;
  height: 0.3rem;
}

.prodetail .petail .imx {
  width: 100%;
  display: block;
  margin: 0.3rem 0;
}

.prodetail .petail .imx img {
  width: 100%;
  height: 100%;
  display: block;
}

.prodetail .petail .items {
  width: 100%;
  margin-bottom: 0.3rem;
}

.prodetail .petail .items .tit {
  width: 100%;
  font-size: 0;
  margin-bottom: 0.26rem;
}

.prodetail .petail .items .tit .num {
  color: #fff;
  background: #165195;
  display: inline-block;
  vertical-align: bottom;
  padding: 0.14rem;
}

.prodetail .petail .items .tit .name {
  display: inline-block;
  vertical-align: bottom;
  background: #e7edf4;
  color: #333;
  padding: 0.12rem;
}

.prodetail .petail .items .list {
  width: 100%;
  font-size: calc(12px - 0.12rem + 0.16rem);
  color: #666;
  line-height: 1.6;
}

.prodetail .petail .items .list .lix {
  width: 49%;
  display: inline-block;
  vertical-align: top;
  padding-right: 0.2rem;
  line-height: 2;
  position: relative;
  padding-left: 0.2rem;
  color: #666;
}

.prodetail .petail .items .list .lix.w100 {
  width: 100%;
}

.prodetail .petail .items .list .lix:before {
  content: ' ';
  position: absolute;
  left: 0;
  font-size: calc(12px - 0.12rem + 0.16rem);
  top: calc(1em - 0.03rem);
  width: 0.06rem;
  background: #165195;
  height: 0.06rem;
  border-radius: 50%;
}
.prodetail .petail .items .list p{
  /*width: 100%;*/
  /*font-size: 0;*/
  font-size: calc(12px - 0.12rem + 0.16rem);
  color: #666;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .prodetail .petail .items .list .lix {
    width: 100%;
  }
}

.recruitx {
  width: 100%;
  padding: 0.6rem 0;
  background: #f5f5f5;
}

.recruitx .recrn {
  width: 100%;
  background: #fff;
}

.recruitx .recrn .tavon {
  width: 100%;
  background: #fff;
}

.recruitx .recrn .talem {
  width: 100%;
  background: #165195;
  font-size: 0;
}

.recruitx .recrn .talem .ton {
  width: calc((860 / 1720) * 100%);
  display: inline-block;
  vertical-align: middle;
  padding: 0 0.3rem;
}

.recruitx .recrn .talem .ton .tit {
  width: 100%;
  line-height: 1.5;
  color: #fff;
}

.recruitx .recrn .talem .ton .line {
  width: 100%;
  font-size: 0;
  margin: 0.24rem 0;
}

.recruitx .recrn .talem .ton .line span {
  display: inline-block;
  vertical-align: middle;
  width: 0.4rem;
  height: 2px;
  background: #fff;
}

.recruitx .recrn .talem .ton .pns {
  width: 100%;
  line-height: 1.8;
  color: #fff;
}

.recruitx .recrn .talem .img {
  width: calc((860 / 1720) * 100%);
  display: inline-block;
  vertical-align: middle;
}

.recruitx .recrn .talem .img img {
  width: 100%;
  height: 100%;
  display: block;
}

.recruitx .recrn .recruit {
  width: 100%;
  padding-top: 0.4rem;
}

.recruitx .recrn .recruit .rit {
  width: 100%;
  padding: 0 0.4rem;
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.recruitx .recrn .recruit .rit .res {
  width: auto;
  color: #000;
  line-height: 1.4;
}

.recruitx .recrn .recruit .rit .rts {
  width: auto;
  font-size: 0;
}

.recruitx .recrn .recruit .rit .rts span {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.1rem;
  color: #333;
  line-height: 1.5;
}

.recruitx .recrn .recruit .lines {
  width: 100%;
  font-size: 0;
  margin: 0.34rem 0;
  padding: 0 0.4rem;
}

.recruitx .recrn .recruit .lines span {
  display: inline-block;
  vertical-align: middle;
  width: 0.6rem;
  height: 2px;
  background: #ccc;
}

.recruitx .recrn .recruit .seav {
  width: 100%;
  font-size: 0;
  padding: 0 0.4rem;
  padding-bottom: 0.4rem;
}

.recruitx .recrn .recruit .seav .select-con {
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  width: auto;
  width: calc((300 / 1620) * 100%);
  font-size: calc(12px - 0.12rem + 0.14rem);
  line-height: 3;
  height: 3em;
  background: #fff;
  border: 1px solid #d2d2d2;
  overflow: hidden;
  position: relative;
  margin-right: calc((19 / 1620) * 100%);
}

.recruitx .recrn .recruit .seav .select-con .select-value {
  width: auto;
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  line-height: 3;
  height: 3em;
  color: #666666;
  padding: 0 0.3rem 0 0.25rem;
  font-size: calc(12px - 0.12rem + 0.14rem);
  text-align: left;
}

.recruitx .recrn .recruit .seav .select-con select {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  opacity: 0;
}

.recruitx .recrn .recruit .seav .select-con select option {
  color: #666666;
  font-size: calc(12px - 0.12rem + 0.14rem);
  line-height: 3;
}

.recruitx .recrn .recruit .seav .select-con:after {
  display: inline-block;
  content: "";
  border-left: 0.05rem solid transparent;
  border-top: 0.05rem solid #666;
  border-right: 0.05rem solid transparent;
  position: absolute;
  right: 0.13rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.recruitx .recrn .recruit .seav .sea {
  display: inline-block;
  vertical-align: middle;
  width: calc((979 / 1620) * 100%);
  font-size: 0;
}

.recruitx .recrn .recruit .seav .sea input {
  width: calc(100% - 1.6rem);
  display: inline-block;
  vertical-align: middle;
  background: #fff;
  border: solid 1px #165195;
  padding: 0 0.14rem;
  color: #8a8a8a;
  line-height: 3;
}

.recruitx .recrn .recruit .seav .sea button {
  width: 1.6rem;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  background: #165195;
  border: none;
  line-height: 3;
  cursor: pointer;
}

.recruitx .recrn .Suplist {
  width: 100%;
  margin-top: 0.3rem;
}

.recruitx .recrn .Suplist .top {
  width: 100%;
  font-size: 0;
  line-height: 0.6rem;
  background: #165195;
  padding: 0 0.4rem;
}

.recruitx .recrn .Suplist .top span {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  font-size: calc(12px - 0.12rem + 0.16rem);
}

.recruitx .recrn .Suplist .top .name {
  width: calc((300 / 1200) * 100%);
  padding-left: 0.2rem;
}

.recruitx .recrn .Suplist .top .icon {
  width: calc((180 / 1200) * 100%);
  text-align: center;
}

.recruitx .recrn .Suplist .con-item {
  width: 100%;
  height: auto;
  overflow: hidden;
  border-bottom: solid 1px #eaeaea;
}

.recruitx .recrn .Suplist .con-item .title {
  width: 100%;
  line-height: 0.6rem;
  position: relative;
  font-size: 0;
  cursor: pointer;
  padding: 0 0.4rem;
}

.recruitx .recrn .Suplist .con-item .title span {
  display: inline-block;
  vertical-align: middle;
  color: #666;
  font-size: calc(12px - 0.12rem + 0.16rem);
  line-height: 0.6rem;
}

.recruitx .recrn .Suplist .con-item .title .name {
  width: calc((300 / 1200) * 100%);
  padding-left: 0.2rem;
}

.recruitx .recrn .Suplist .con-item .title .icon {
  width: calc((180 / 1200) * 100%);
  text-align: center;
}

.recruitx .recrn .Suplist .con-item .title .icon i {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.1rem;
  width: 0.1rem;
}

.recruitx .recrn .Suplist .con-item .title .icon i img {
  width: 100%;
  height: 100%;
  display: block;
}

.recruitx .recrn .Suplist .con-item .title .icon i img:first-child {
  display: block;
}

.recruitx .recrn .Suplist .con-item .title .icon i img:last-child {
  display: none;
}

.recruitx .recrn .Suplist .con-item .contents {
  display: none;
  width: 100%;
  padding: 0.2rem 0.4rem;
  height: auto;
  background: #e9edf5;
}

.recruitx .recrn .Suplist .con-item .contents .column {
  width: 100%;
  height: auto;
  font-size: 0;
}

.recruitx .recrn .Suplist .con-item .contents .column .column-item {
  width: 48%;
  display: inline-block;
  vertical-align: top;
  height: auto;
  margin-bottom: 0.15rem;
  margin-right: 4%;
}

.recruitx .recrn .Suplist .con-item .contents .column .column-item .column-name {
  height: 0.4rem;
  line-height: 0.4rem;
  font-size: calc(12px - 0.12rem + 0.16rem);
  color: #0062b1;
  text-align: left;
  display: block;
}

.recruitx .recrn .Suplist .con-item .contents .column .column-item .column-list {
  width: 100%;
  padding: 0rem 0 0.15rem;
}

.recruitx .recrn .Suplist .con-item .contents .column .column-item .column-list ul {
  width: 100%;
}

.recruitx .recrn .Suplist .con-item .contents .column .column-item .column-list ul li {
  width: 100%;
  line-height: 2;
  font-size: calc(12px - 0.12rem + 0.14rem);
  color: #666;
  margin: 0.1rem 0;
}

.recruitx .recrn .Suplist .con-item .contents .column .column-item .email {
  margin-top: 0.15rem;
  height: 0.6rem;
  line-height: 0.6rem;
  font-size: calc(12px - 0.12rem + 0.14rem);
  color: #333;
}

.recruitx .recrn .Suplist .con-item .contents .column .column-item:nth-child(2n) {
  margin-right: 0;
}

.recruitx .recrn .Suplist .con-item .contents .column .column-item.w100 {
  width: 100%;
  margin-right: 0;
}

.recruitx .recrn .Suplist .con-item .contents .column .btn {
  width: 100%;
  display: inline-block;
  font-size: 0;
  height: 0.6rem;
  text-align: left;
}

.recruitx .recrn .Suplist .con-item .contents .column .btn a {
  display: inline-block;
  width: auto;
  padding: 0 0.45rem;
  text-align: center;
  color: #fff;
  line-height: 2.5;
  border-radius: 6px;
  font-size: calc(12px - 0.12rem + 0.16rem);
  background: #0062b1;
  transition: all ease 0.3s;
}

.recruitx .recrn .Suplist .con-item .contents .column .btn a:hover {
  transform: scale(1.1);
}

.recruitx .recrn .Suplist .con-item .contents .vic {
  width: 100%;
  line-height: 1.5;
  color: #0062b1;
}

.recruitx .recrn .Suplist .con-item.show .title {
  cursor: pointer;
  background: rgba(76, 108, 146, 0.8);
}

.recruitx .recrn .Suplist .con-item.show .title .name {
  color: #fff;
}

.recruitx .recrn .Suplist .con-item.show .title .icon {
  color: #fff;
}

.recruitx .recrn .Suplist .con-item.show .title .icon:last-child i {
  transform: rotate(180deg);
}

.recruitx .recrn .Suplist .con-item.show .title .icon:last-child i img:first-child {
  display: none;
}

.recruitx .recrn .Suplist .con-item.show .title .icon:last-child i img:last-child {
  display: block;
}

.recruitx .recrn .Suplist .con-item:hover .title {
  cursor: pointer;
  background: rgba(76, 108, 146, 0.8);
}

.recruitx .recrn .Suplist .con-item:hover .title .name {
  color: #fff;
}

.recruitx .recrn .Suplist .con-item:hover .title .icon {
  color: #fff;
}

.recruitx .recrn .Suplist .con-item:hover .title .icon:last-child i img:first-child {
  display: none;
}

.recruitx .recrn .Suplist .con-item:hover .title .icon:last-child i img:last-child {
  display: block;
}

@media (max-width: 768px) {
  .recruitx .recrn .recruit .seav .select-con {
    width: 48%;
    margin-right: 4%;
  }
  .recruitx .recrn .recruit .seav .select-con:nth-child(2n) {
    margin-right: 0;
  }
  .recruitx .recrn .recruit .seav .sea {
    width: 100%;
    margin-top: 0.2rem;
  }
  .recruitx .recrn .Suplist .top span {
    text-align: center;
    line-height: 3;
  }
  .recruitx .recrn .Suplist .top span:nth-child(1) {
    display: none;
  }
  .recruitx .recrn .Suplist .top span:nth-child(2) {
    width: 40%;
    text-align: left;
  }
  .recruitx .recrn .Suplist .top span:nth-child(3) {
    width: 30%;
  }
  .recruitx .recrn .Suplist .top span:nth-child(4) {
    display: none;
  }
  .recruitx .recrn .Suplist .top span:nth-child(5) {
    width: 30%;
  }
  .recruitx .recrn .Suplist .top span:nth-child(6) {
    display: none;
  }
  .recruitx .recrn .Suplist .con-item .title span {
    text-align: center;
    line-height: 3;
  }
  .recruitx .recrn .Suplist .con-item .title span:nth-child(1) {
    display: none;
  }
  .recruitx .recrn .Suplist .con-item .title span:nth-child(2) {
    width: 40%;
    text-align: left;
  }
  .recruitx .recrn .Suplist .con-item .title span:nth-child(3) {
    width: 30%;
  }
  .recruitx .recrn .Suplist .con-item .title span:nth-child(4) {
    display: none;
  }
  .recruitx .recrn .Suplist .con-item .title span:nth-child(5) {
    width: 30%;
  }
  .recruitx .recrn .Suplist .con-item .title span:nth-child(6) {
    display: none;
  }
}

.applications {
  width: 100%;
  padding: 0.6rem 0;
  background: #f5f5f5;
}

.applications .appem {
  width: 100%;
  font-size: 0;
  margin-bottom: 0.4rem;
}

.applications .appem a {
  width: 100%;
  font-size: 0;
  display: block;
  background: #fff;
  overflow: hidden;
}

.applications .appem .img {
  width: calc((760 / 1520) * 100%);
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  float: left;
}

.applications .appem .img img {
  width: 100%;
  height: 100%;
  display: block;
  transition: all ease 0.3s;
}

.applications .appem .apon {
  width: calc((760 / 1520) * 100%);
  padding: 0.5rem;
  display: inline-block;
  vertical-align: middle;
  float: right;
}

.applications .appem .apon .pit {
  width: 100%;
  color: #333;
  line-height: 1.5;
  margin-bottom: .2rem;
}

.applications .appem .apon .line {
  width: 100%;
  font-size: 0;
  margin: 0.3rem 0;
}

.applications .appem .apon .line span {
  display: inline-block;
  vertical-align: middle;
  width: 0.4rem;
  height: 4px;
  background: #165195;
}

.applications .appem .apon .pix {
  width: 100%;
  color: #666;
  line-height: 2;
  margin-bottom: 0.3rem;
  -webkit-line-clamp: 3;
  height: 6em;
}

.applications .appem .apon .mores {
  width: 100%;
  font-size: 0;
}

.applications .appem .apon .mores .more {
  display: inline-block;
  vertical-align: middle;
  background: #fff;
  color: #165195;
  line-height: 3;
  padding: 0 0.3rem;
  width: auto;
  white-space: nowrap;
  border: solid 1px #dcdcdc;
}

.applications .appem .apon .mores .more span {
  display: inline-block;
  vertical-align: middle;
  width: 0.12rem;
  height: 0.12rem;
  margin-left: 0.1rem;
  position: relative;
  top: -0.02rem;
}

.applications .appem .apon .mores .more span img {
  width: 100%;
  height: 100%;
  display: block;
}

.applications .appem .apon .mores .more span img:first-child {
  display: block;
}

.applications .appem .apon .mores .more span img:last-child {
  display: none;
}

.applications .appem:nth-child(2n) .img {
  float: right;
}

.applications .appem:nth-child(2n) .apon {
  float: left;
}

.applications .appem:hover .img img {
  transform: scale(1.1);
}

.applications .appem:hover .apon .mores .more {
  color: #fff;
  background: #165195;
  border: solid 1px #165195;
}

.applications .appem:hover .apon .mores .more span img:first-child {
  display: none;
}

.applications .appem:hover .apon .mores .more span img:last-child {
  display: block;
}

@media (max-width: 900px) {
  .applications .appem .img {
    width: 100%;
    float: none;
  }
  .applications .appem .apon {
    width: 100%;
    float: none;
  }
  .applications .appem:nth-child(2n) .img {
    width: 100%;
    float: none;
  }
  .applications .appem:nth-child(2n) .apon {
    width: 100%;
    float: none;
  }
}

.propaganda {
  width: 100%;
  height: 6.5rem;
  display: block;
}

.propaganda iframe {
  width: 100%;
  height: 6.5rem;
}

.propaganda video {
  width: 100%;
  height: 6.5rem;
}

.comwh {
  width: 100%;
  padding: 0.6rem 0;
  background: #fff;
}

.comwh .cit {
  width: 100%;
  color: #333;
  line-height: 1.5;
  margin-bottom: 0.4rem;
}

.comwh .cpmem {
  width: 100%;
  font-size: 0;
}

.comwh .col {
  width: calc((688 / 1520) * 100%);
  display: inline-block;
  vertical-align: middle;
}

.comwh .col .img {
  width: 100%;
}

.comwh .col .img img {
  width: 100%;
  height: 100%;
  display: block;
}

.comwh .cor {
  width: calc((830 / 1520) * 100%);
  display: inline-block;
  vertical-align: middle;
  padding-left: 0.5rem;
}

.comwh .cor .conrn {
  width: 100%;
  font-size: calc(12px - 0.12rem + 0.18rem);
  line-height: 2;
  color: #666;
}

.comwh .cor .conrn p {
  font-size: calc(12px - 0.12rem + 0.18rem);
  line-height: 2;
  color: #666;
}

.advan {
  width: 100%;
  padding: 1rem 0;
}

.advan .adl {
  width: calc((830 / 1520) * 100%);
  display: inline-block;
  vertical-align: middle;
  padding-right: 0.5rem;
}

.advan .adl .ait {
  width: 100%;
  color: #333;
  line-height: 1.5;
  margin-bottom: 0.3rem;
}

.advan .adl .line {
  width: 100%;
  font-size: 0;
  margin: 0.3rem 0;
}

.advan .adl .line span {
  display: inline-block;
  vertical-align: middle;
  width: 0.4rem;
  height: 4px;
  background: #165195;
}

.advan .adl .aix {
  width: 100%;
  color: #165195;
  opacity: 0.3;
  line-height: 1.3;
  margin-bottom: 0.2rem;
}

.advan .adl .aon {
  width: 100%;
  font-size: calc(12px - 0.12rem + 0.18rem);
  line-height: 2;
  color: #666;
}

.advan .adl .aon p {
  font-size: calc(12px - 0.12rem + 0.18rem);
  line-height: 2;
  color: #666;
}

.advan .adr {
  width: calc((688 / 1520) * 100%);
  display: inline-block;
  vertical-align: middle;
}

.advan .adr .img {
  width: 100%;
}

.advan .adr .img img {
  width: 100%;
  height: 100%;
  display: block;
}

.history {
  width: 100%;
  padding: 0.8rem 0 3rem;
  position: relative;
}

.history .hit {
  width: 100%;
  margin-bottom: 0.4rem;
  color: #333;
  line-height: 1.5;
}

.history .hon {
  width: 100%;
  font-size: calc(12px - 0.12rem + 0.18rem);
  line-height: 2;
  color: #666;
  max-width: 9.9rem;
}

.history .hon p {
  font-size: calc(12px - 0.12rem + 0.18rem);
  line-height: 2;
  color: #666;
}

.history .datax {
  width: 100%;
  margin-top: 0.3rem;
  font-size: 0;
}

.history .datax .daxa {
  display: inline-block;
  vertical-align: top;
  width: auto;
  min-width: 1.8rem;
}

.history .datax .daxa .tip {
  width: 100%;
  color: #165195;
  line-height: 1.5;
}

.history .datax .daxa .num {
  width: 100%;
  text-align: center;
  font-size: 0;
}

.history .datax .daxa .num .numx {
  width: auto;
  color: #165195;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.history .datax .daxa .num .numx:after {
  content: '+';
  position: absolute;
  right: -10px;
  top: -10px;
  font-size: 20px;
  font-weight: bold;
}

.history .datax .daxa .tx {
  width: 100%;
  text-align: center;
  color: #666;
  line-height: 1.5;
}

.history .datax .line {
  width: 1px;
  height: 1.3rem;
  background: #e5e5e5;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.6rem;
}

.history .pro {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 3;
  max-width: calc((1400 / 1920) * 100%);
}

.history .pro img {
  width: 100%;
  height: 100%;
  display: block;
}

@media (max-width: 768px) {
  .history {
    padding-bottom: 0;
  }
  .history .pro {
    position: relative;
    width: 100%;
    max-width: 100%;
  }
}
